XML Einrichten Version 1.2
ContactFirstName Element
XML Einrichten Version 1.2 > Contact Complex Type : ContactFirstName Element
Beschreibung
Vorname der Kontaktperson
Namensraum (none)
Typ
Restriction of xs:string
Diagramm
ContactFirstName Element
Overview
ContactFirstName optional Restriction of xs:string
Vorname der Kontaktperson
Quelle
<xs:element name="ContactFirstName" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Vorname der Kontaktperson</xs:documentation>
    <xs:documentation xml:lang="en">First name of the contact</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="35" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Siehe auch
Contact Complex TypeXML Einrichten Version 1.2